2008-03-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkpagesetup.c (gtk_page_setup_copy): Don't leak
paper_size here. (#488820, Morten Welinder)
svn path=/trunk/; revision=19781
+2008-03-12 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkpagesetup.c (gtk_page_setup_copy): Don't leak
+ paper_size here. (#488820, Morten Welinder)
+
2008-03-12 Michael Natterer <mitch@imendio.com>
* acconfig.h: remove this deprecated file.
copy = gtk_page_setup_new ();
copy->orientation = other->orientation;
+ gtk_paper_size_free (copy->paper_size);
copy->paper_size = gtk_paper_size_copy (other->paper_size);
copy->top_margin = other->top_margin;
copy->bottom_margin = other->bottom_margin;